Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.admin.center.theme--applications

This contribution is part of XML component org.nuxeo.ecm.admin.center.theme inside nuxeo-admin-center-6.0.jar

Extension Point

Extension point applications of component ThemeService.

Contributed Items

  • <application root="/nuxeo" template-engine="jsf-facelets">
    
          <view id="/view_admin.xhtml">
            <theme>admin/default</theme>
          </view>
    
          <view id="/connect_confirm_download.xhtml">
            <theme>admin/default</theme>
          </view>
    
        </application>

XML Source

<extension point="applications" target="org.nuxeo.theme.services.ThemeService">

    <application root="/nuxeo" template-engine="jsf-facelets">

      <view id="/view_admin.xhtml">
        <theme>admin/default</theme>
      </view>

      <view id="/connect_confirm_download.xhtml">
        <theme>admin/default</theme>
      </view>

    </application>

  </extension>